home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / JS.ZIP;1 / TUT14.IN < prev    next >
Encoding:
Text File  |  1991-03-01  |  452 b   |  24 lines

  1.              STRUCTURES: each Fb
  2.    text
  3.  i sing of olaf glad and big
  4.    
  5.    words=. ;: text
  6.    words
  7. +-+----+--+----+----+---+---+
  8. |i|sing|of|olaf|glad|and|big|
  9. +-+----+--+----+----+---+---+
  10.    
  11.    1 0 2 3 { words
  12. +----+-+--+----+
  13. |sing|i|of|olaf|
  14. +----+-+--+----+
  15.    |. &. > 1 0 2 3 { words
  16. +----+-+--+----+
  17. |gnis|i|fo|falo|
  18. +----+-+--+----+
  19.    
  20.    <;._1 text
  21. +-+----+--+----+----+---+---+
  22. |i|sing|of|olaf|glad|and|big|
  23. +-+----+--+----+----+---+---+
  24.